cssimage: Implement proper cross-fades for gradients
authorBenjamin Otte <otte@redhat.com>
Tue, 2 Oct 2012 12:11:18 +0000 (14:11 +0200)
committerBenjamin Otte <otte@redhat.com>
Tue, 2 Oct 2012 12:16:37 +0000 (14:16 +0200)
commit4f6a55d689b9d77fcaf661d6f107dee54d99f7ef
tree3e759c39a9cae345f8c62663b2a1aef9a1da56db
parent046d004725cf120e9c9d7524def123760019a812
cssimage: Implement proper cross-fades for gradients

This is intended mainly to speed up the current situation with spinners
on debug kernels. Because we now don't use a cross-fade to draw the
transition but instead have a real gradient that we draw, we don't need
to use the slow cross-fade code.

https://bugzilla.gnome.org/show_bug.cgi?id=684639
gtk/gtkcssimagegradient.c
gtk/gtkgradient.c
gtk/gtkgradientprivate.h
gtk/gtksymboliccolor.c